.texto-credito-mao{
    color: #393939 !important;
    font-size: 1.40rem;
    font-weight: bold;
    line-height: 1.938rem;
    font-family: "Inter", sans-serif !important;
    text-align: right;
}

.titulo-credito-mao{
    font-size: 3.100rem;
    font-weight: 800;
    line-height: 4.25rem;
    font-family: "Poppins", sans-serif !important;
    margin-top: 10% !important;
    background: rgb(0,18,27);
    background: linear-gradient(111deg, #000046 0%, #1CB5E0 100%);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; 
}

.cont-img-credito-mao{
    height: 120vh !important;
    width: 100% !important;
    display: flex;
    justify-content: start;
    align-items: start;
}

.img-credito-mao{
    object-fit: contain;
    height: 100%;
}

.container-credito-mao{
    --bs-gutter-x: 0 !important;
    padding-right: 5%;
}

.cont-img-credito-mao-mobile{
    display: none;
}

.btn-credito-mao{
    padding: 0.7rem 0;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500 !important;
    background-color: #000046;
    background: linear-gradient(111deg, #000046 0%, #1CB5E0 100%) !important;
    border: #000046 solid 0px;
}

.btn-credito-mao:hover{
    background-color: #FFF !important;
    background: linear-gradient(111deg, #FFF 0%, #FFF 100%) !important;
    color: #1CB5E0 !important;
}

@media only  screen and (max-width: 1200px) and (min-width: 561px) {
    
    /* Crédito na mão */
    .titulo-credito-mao{
        text-align: right !important;
    }

    .btn-credito-mao{
        width: 80%;
        font-size: 1.4rem;
    }

    .cont-img-credito-mao{
        height: 100% !important;
        width: 100% !important;
        padding-right: 0 !important;
        text-align: center !important;
        display: none;
    }

    .img-credito-mao{
        width: 100%;
        height: 100%;
    }
  
    .cont-texto-credito-mao{
        padding: 0 10% 0 5%;
        padding-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
    }

    .titulo-credito-mao{
        margin-top: 0 !important;
        font-size: 2.813rem;
        
    }

    .container-credito-mao{
        --bs-gutter-x: 0 !important;
        padding-right: 0;
    }
    
    .cont-img-credito-mao-mobile{
        display: block;
        overflow: hidden;
        height: 45vh;
        width: 100%;
        margin-top: 5%;
        margin-left: 5% !important;
    }

    .img-credito-mao-mobile{
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .texto-credito-mao{
        font-size: 2rem;
    }
    
    

}


@media only screen and (max-width: 560px) {
    
    /* Crédito na mão */
    .titulo-credito-mao{
        text-align: right !important;
    }

    .btn-credito-mao{
        width: 80%;
    }

    .cont-img-credito-mao{
        height: 100% !important;
        width: 100% !important;
        padding-right: 0 !important;
        text-align: center !important;
        display: none;
    }

    .img-credito-mao{
        width: 100%;
        height: 100%;
    }
  
    .cont-texto-credito-mao{
        padding: 0 10% 0 5%;
        padding-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
    }

    .titulo-credito-mao{
        margin-top: 0 !important;
        font-size: 2.813rem;
        
    }

    .container-credito-mao{
        --bs-gutter-x: 0 !important;
        padding-right: 0;
    }
    
    .cont-img-credito-mao-mobile{
        display: block;
        overflow: hidden;
        height: 100% !important;
        width: 100% !important;
        margin-top: 5%;
        margin-left: 5% !important;
    }

    .img-credito-mao-mobile{
        object-fit: contain;
        width: 100%;
        height: 100% !important;
    }

    

}